feat(webkit): add accordion component#693
Open
robsongajunior wants to merge 6 commits into
Open
Conversation
Composition accordion (content/accordion): single/multiple open modes, medium/large sizes, left/right chevron placement, v-model:value, and full keyboard + ARIA support. Adds the compound API (Accordion.Item/Trigger/Content), four flat package exports, and the Storybook story. ENG-46311
BREAKING CHANGE: Accordion.Content no longer applies internal padding. Consumers that relied on the built-in spacing must wrap their slot content with their own padding.
Replace Storybook's unreliable dynamic Vue source with explicit parameters.docs.source.code built via toSfc, per storybook-source rule. Each story now shows a full <script setup> + <template> snippet using the Accordion.Item / Accordion.Trigger / Accordion.Content dot-notation that consumers can paste and run as-is.
HerbertJulio
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Composition accordion (content/accordion): single/multiple open modes, medium/large sizes, left/right chevron placement, v-model:value, and full keyboard + ARIA support. Adds the compound API (Accordion.Item/Trigger/Content), four flat package exports, and the Storybook story.
ENG-46311